home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sources / xload / imakfile < prev    next >
Text File  |  1994-09-27  |  840b  |  31 lines

  1. XCOMM $XConsortium: Imakefile,v 1.26 91/07/17 00:46:30 gildea Exp $
  2.         DEPLIBS = XawClientDepLibs
  3. LOCAL_LIBRARIES = XawClientLibs
  4. #if defined(SunArchitecture) && defined(i386Architecture)
  5.   SYS_LIBRARIES = -lkvm
  6. #endif
  7. #if SystemV4
  8. #ifdef SonyArchitecture
  9.   SYS_LIBRARIES = -lmld
  10. #else
  11.   SYS_LIBRARIES = -lelf
  12. #endif
  13. #endif
  14. #ifdef SGIArchitecture
  15.   SYS_LIBRARIES = -lmld
  16. #endif
  17.            SRCS = xload.c get_load.c
  18.            OBJS = xload.o get_load.o
  19.  OSMAJORVERSION = OSMajorVersion
  20.  OSMINORVERSION = OSMinorVersion
  21.       DEFINES = -DOSMAJORVERSION=$(OSMAJORVERSION) -DOSMINORVERSION=$(OSMINORVERSION) 
  22.  
  23. AllTarget(xload)
  24. NormalProgramTarget(xload,$(OBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),NullParameter)
  25. InstallProgramWithFlags(xload,$(BINDIR),$(INSTKMEMFLAGS))
  26. InstallManPage(xload,$(MANDIR))
  27.  
  28. InstallAppDefaults(XLoad)
  29.  
  30. DependTarget()
  31.